object SuchlisteForm: TSuchlisteForm Left = 947 Top = 571 BorderStyle = bsDialog Caption = '_Trefferliste [99 Personen]' ClientHeight = 383 ClientWidth = 448 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poDefault OnCreate = TntFormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object Person: TTntGroupBox Tag = 107 Left = 9 Top = 11 Width = 430 Height = 317 Caption = 'Personen (Name, Vorname)' TabOrder = 0 object LBPersonen: TTntListBox Left = 22 Top = 26 Width = 387 Height = 277 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ItemHeight = 15 ParentFont = False Sorted = True TabOrder = 0 OnDblClick = OKClick end end object OK: TTntButton Tag = 106 Left = 237 Top = 347 Width = 97 Height = 27 Caption = '&Gehe zu...' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKClick end object Abbruch: TTntButton Tag = 105 Left = 345 Top = 347 Width = 97 Height = 27 Cancel = True Caption = '&Abbrechen' ModalResult = 2 TabOrder = 2 end object AllesErsetzen: TTntButton Tag = 105 Left = 129 Top = 347 Width = 97 Height = 27 Caption = 'Alles &Ersetzen' ModalResult = 8 TabOrder = 3 OnClick = AllesErsetzenClick end end